release: v1.0.0#117
Merged
Merged
Conversation
Bump workspace version 0.9.0 → 1.0.0. v1.0.0 marks the point where LOOM's cross-call optimization infrastructure is end-to-end functional: PR-K (v0.8.0): IPA recognition of Expr::Call PR-K2 (v0.9.0): span-based replacement PR-K3 (v1.0.0): verifier-side uninterpreted-function encoding PR-K3.2 (v1.0.0): size-threshold fallback (closes 60min+ timeouts) PR-bench (v1.0.0): cargo bench harness + wasm-opt version pin Combined with the measurement harness (v0.9.0 PR-P + PR-R), LOOM ships its first release where the optimization-vs-baseline story is fully measurable and the strategic moat (Component-Model adapter specialization) is empirically validated. Five CSE tests now pass (was 3 pass + 2 ignored since v0.9.0). 330+ loom-core lib tests pass. Tracks C (directize) and D (real corpus fixtures) deferred to v1.0.1 — both agents stalled mid-task. Documented in CHANGELOG.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bump workspace version 0.9.0 → 1.0.0.
v1.0.0 — verifier-completion release. Lifts the verifier-side blocker that kept cross-call CSE dedup dormant for two releases, adds the size-threshold fallback that unblocks LOOM on large bodies, and ships a corpus-wide cargo bench with wasm-opt version pinning.
What landed
What v1.0.0 means
v1.0.0 marks the point where LOOM's cross-call optimization infrastructure is end-to-end functional:
Expr::CallCombined with the measurement harness (v0.9.0 PR-P + PR-R), LOOM ships its first release where the optimization-vs-baseline story is fully measurable and the strategic moat (Component-Model adapter specialization) is empirically validated.
Tests
test_cse_dedupes_repeated_pure_callstest_cse_dedupes_pure_clamp_calls_via_span_replacementsummary::IPA tests pass.Deferred from v1.0.0 sprint (planned for v1.0.1)
directizeMVP — agent stalled mid-task.The harness honest-marks the missing fixtures
n/a.Still tracked (future)
rustc_apfloat)🤖 Generated with Claude Code